summaryrefslogtreecommitdiff
path: root/tnslc/]
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-08-07 22:09:48 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-08-07 22:09:48 -0400
commitdeb0cf67ae5e3e0299e5647f92183c3f98f9d032 (patch)
tree67fc0bbe7be931362deca43c6215a137faa79337 /tnslc/]
parent1935e25ff41383e5448fa34c381b8e30c7bb9b56 (diff)
[tnslc] add new node types into tree print
Diffstat (limited to 'tnslc/]')
-rw-r--r--tnslc/]28
1 files changed, 0 insertions, 28 deletions
diff --git a/tnslc/] b/tnslc/]
deleted file mode 100644
index df49511..0000000
--- a/tnslc/]
+++ /dev/null
@@ -1,28 +0,0 @@
-# should not be included
-
-~uint lmao
-
-~{2}user c
-
-struct user {
- ~int abcd,
- ~Geko hij
-}
-
-struct Geko {
- int i
-}
-
-/; module mod
- int i = 0
- /; whatev (~uint8 a) [uint8]
- # return a{0}
- ;/
-;/
-
-/; main [int]
- # ~uint8 a = "asdf\0"
- #whatev(a)
- #whatev("asdf\0")
- #return 0
-;/